Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/1721 - Set reports.calculation_status to None whenever a transaction is updated #1156

Merged
merged 3 commits into from
Oct 31, 2024

Conversation

sasha-dresden
Copy link
Contributor

Issue FECFILE-1721
APP PR2311

@@ -305,6 +305,7 @@ def save_transaction(self, transaction_data, request):
schedule_instance.report_coverage_from_date = report.coverage_from_date
schedule_instance.save()

Report.objects.all().update(calculation_status=None)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you limit this to reports owned by the committee?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, got it fixed to only in committee

Copy link

@toddlees toddlees merged commit 4699783 into develop Oct 31, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants